home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / agl103p.lha / src / agl / pro / text.pro < prev    next >
Encoding:
Text File  |  1994-12-09  |  286 b   |  11 lines

  1. /* text.c */
  2. void cmov2i(long sx,long sy);
  3. void cmovi(long sx,long sy,long sz);
  4. void cmov2s(short sx,short sy);
  5. void cmovs(short sx,short sy,short sz);
  6. void cmov2(float fx,float fy);
  7. void cmov(float fx,float fy,float fz);
  8. void charstr(char *string);
  9. void getcpos(short *cx,short *cy);
  10.  
  11.